Skip to content

Instantly share code, notes, and snippets.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 21, 2026 20:03
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@eduardoyi
eduardoyi / DIY-Editorial-Team-Blueprint.md
Created July 10, 2026 16:22
The DIY Editorial Team Blueprint — build your own content team with Claude Code, Codex, or Cursor (from the ClickMinded 'Little Guys Strike Back' webinar)

The DIY Editorial Team Blueprint

Build your own content team with Claude Code, Codex, or Cursor. Give each job to the best model, and make them argue before anything ships.

This is the full recipe from the ClickMinded "Little Guys Strike Back" webinar. It's not one magic prompt. It's a small editorial team you run from a single agent: strategy, research, writing, editing, images, and distribution, each handled by the best model for the job, checking each other's work.

Copy this whole document into your agent (Claude Code, Codex, or Cursor) and work through it top to bottom. Every step has a prompt you can paste and adapt.


@Takuto88
Takuto88 / brave-keyring-migrate.sh
Last active July 21, 2026 19:58
Migrate a Chromium/Brave 'Safe Storage' master key from the GNOME keyring to KDE wallet (fixes Brave Sync breaking after a GNOME->KDE switch)
#!/usr/bin/env bash
#
# brave-keyring-migrate.sh
#
# Migrate a Chromium-family browser's "Safe Storage" master key between the
# GNOME keyring (libsecret / Secret Service) and the KDE wallet (kwalletd),
# in either direction.
#
# Why this exists:
# When you move a desktop between GNOME and KDE, a Chromium-based browser such
@lucasquin
lucasquin / solution.md
Last active July 21, 2026 19:54
The Aula F75 keyboard function keys (F1-F12) don't work properly in Linux because the keyboard is incorrectly detected as an "Apple Aluminium Keyboard (ANSI)" instead of a generic keyboard.

Keyboard Function Keys Fix in Linux (Debian/Arch)

Problem Description

Some keyboards (like Aula F75 and Apple keyboards) have function keys (F1-F12) that don't work properly in Linux because they're incorrectly detected or configured to prioritize media keys over standard function keys.

Symptoms

  • Function keys (F1, F2, F3, etc.) don't respond or trigger media functions instead
  • Keys work as media controls (volume, brightness) by default instead of F1-F12
  • hwinfo --keyboard may show the device as "Apple Aluminium Keyboard (ANSI)" even for non-Apple keyboards

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@dmitry-osin
dmitry-osin / react-hooks-cheatsheet.md
Created August 2, 2025 16:37
Шпаргалка по хукам React

Подробное объяснение React-хуков с примерами

Что такое хуки?

Хуки — это специальные функции React, с помощью которых можно управлять состоянием, побочными эффектами и другими возможностями React внутри функциональных компонентов. Их основная цель — сделать функциональные компоненты такими же мощными, как и классовые, избегая сложных вложенных структур и дублирования кода.

1. useState

Что делает: Позволяет объявлять внутреннее состояние в функциональных компонентах.

@xthezealot
xthezealot / lyra.txt
Last active July 21, 2026 19:48
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing

Flatpak app disapear in Elementary OS 8.1 sometimes

I installed this new version of elementary OS 8.1 and kept running into issues with package installations.

To be honest, I’m not exactly sure what the root cause is, but in some cases—after installing something via the terminal or adding a repository—Flatpak would suddenly disappear, taking my Flatpak-based apps with it; this happened twice.

However, after consulting Claude, I found a troubleshooting solution that works, and I’m sharing it here. If anyone else is a beginner or doesn't know the fix, you can simply copy these commands. I even set up an alias for them in ~/.bashrc.

sudo apt update
@PixelSergey
PixelSergey / wireless.md
Last active July 21, 2026 19:43
FTP guide

Transferring files wirelessly between your 3DS and computer

This is especially useful if you do not have an SD card reader or if you do not want to open the New 3DS' pesky shell.

There are two options: the official MicroSD management (New 3DS only) (Requires Windows) or FTPD (must have CFW or homebrew installed).

FTPD is quicker and easier to use in the long run and can be used on all systems and computers (and phones!); however, MicroSD management is official and can be done with a stock system.



@TobiasWooldridge
TobiasWooldridge / gist:22f0cdca75190b9a473f
Last active July 21, 2026 19:41
How to Unbrick a Kindle Paperwhite

How to unbrick an Amazon Kindle Paperwhite™

This guide instructs you in how to unbrick an Amazon Kindle Paperwhite. The consequences of following it are your own responsibility. This method (opening the Kindle and using the serial interface) should be a last resort and should only be considered if other methods fail

The Guide

  1. Pry open Kindle using a prying tool
  2. Unscrew the screen and remove it from the base. Note that there's a screw hidden under the adhesive at the top in the middle
  3. Solder tin wire to serial ports on the bottom
  4. Attach tin wire to USB TTY device (order is ground, RX, TX, from the kindle's perspective, where GND is the smallest pad) and plug USB TTY device into your computer
  5. Open Putty on your computer in serial mode, with the serial port specified as your USB device and baud configured to 115200